home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / AUTOCAD / 3824.ZIP / WHATS.NEW < prev   
Text File  |  1993-02-21  |  2KB  |  46 lines

  1.  
  2. whats.new
  3. ============================================================================
  4.                          ELF Revisions and Bug Fixes
  5.  
  6.  
  7. version 1.00    Original release
  8. 12/1/92
  9.  
  10. version 1.01    Bug Fix - The video detection routine incorrectly reported
  11. 12/9/92     more the 80 columns in text mode resulting in jumbled text.
  12.  
  13. version 1.02    Bug Fix - The (wgetfile) function would cause a General
  14. 12/15/92    Protection Exception when a second disk drive was selected.
  15.         In addition, a GPE would occur when a drive with no
  16.         directories was selected (typically a floppy).
  17.  
  18. version 1.10    New Functions:
  19. 2/6/92              Binary file I/O: fopen, fclose, fgetc, fgetsc, fgetint,
  20.                          fgetlong, fgetreal, fgetstr, fputc, fputint, fputlong,
  21.                          fputreal, fputstr, fseek, ftell, frewind, feof, ferror.
  22.                     Selection set manipulation: ssfilter - a simple entity
  23.                          filter, ss_move, ss_scale, ss_rotate - dragger
  24.                          interface, ss_xform - transformation, ss_union,
  25.                          ss_diff, ss_inters - logical combination
  26.                     Math: xtoi, swapb, and int2sc
  27.                     Entity Construction: pline creates a polyline entity
  28.                     Utility: getver - gets ELF, AutoCAD, and DOS versions
  29.                              initialize - resets ELF internal settings and
  30.                              loads ELF.INI symbols
  31.                 Removed: getdosver - replaced by getver
  32.                 Revised: adsdump - handles atoms, lists, entity data,
  33.                                    entity names, and selection sets.
  34.                          qsort - now sorts lists of lists
  35.                          printf - handles points and 3d points
  36.                 New command:
  37.                     WHAT - prints a short list of entity components
  38.                 Bug Fix - (strncpy) would cause a GPE, the function was re-
  39.                      written to be more like the C library function.
  40.                 Other:
  41.                     ELF.INI - When ELF loads it will read the file ELF.INI
  42.                     and read two new system variables, "function_prefix"
  43.                     and "error_mode". For release 12 ELF will set symbols from
  44.                     the file (similar to a windows INI file).
  45.  
  46.